home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 21
/
CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso
/
CUCD
/
Programming
/
Python-1.4
/
Source
/
Amiga
/
Python_netlib
/
SMAKEFILE
< prev
next >
Wrap
Text File
|
1997-01-01
|
650b
|
26 lines
NETOBJ= strerror.o dummy.o lineread.o \
getopt.o printfault.o stubs.o perror.o herror.o \
timerinit.o gettimeofday.o syslog.o \
getpid.o chmod.o chown.o utime.o popen.o sleep.o usleep.o \
printuserfault.o setegid.o seteuid.o \
_dup.o _dup2.o stat.o _fstat.o fib.o dostat.o access.o \
_allocufb.o _chkufb.o _close.o _lseek.o _open.o _read.o \
_write.o fhopen.o ioctl.o iomode.o isatty.o \
serveraccept.o envvars.o \
linkaddr.o linkntoa.o dosio_init.o \
fmod.o rexxvars.o wbargs.o
all: python_net.lib
python_net.lib: $(NETOBJ)
-delete >NIL: $@
oml $@ a <@<
$(NETOBJ)
<
clean:
-delete \#?.lib \#?.o